testing.common.inFuzzFn (field)

4 uses

	testing (current package)
		fuzz.go#L323: 		f.common.inFuzzFn, f.inFuzzFn = true, true
		fuzz.go#L340: 		f.common.inFuzzFn, f.inFuzzFn = false, false
		testing.go#L503: 	inFuzzFn    bool                 // Whether the fuzz target, if this is one, is running.
		testing.go#L560: 	if c.inFuzzFn {